getGroups

abstract suspend fun getGroups(sourceId: String): List<String>?

Queries the asset source's groups for a certain asset type.

Return

the asset groups.

Parameters

sourceId

the ID of the asset source.